pub struct RelaySessionMint { /* private fields */ }Implementations§
Source§impl RelaySessionMint
impl RelaySessionMint
pub fn new() -> Self
pub fn mint(&self) -> RelaySessionId
Trait Implementations§
Source§impl Clone for RelaySessionMint
impl Clone for RelaySessionMint
Source§fn clone(&self) -> RelaySessionMint
fn clone(&self) -> RelaySessionMint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RelaySessionMint
impl Debug for RelaySessionMint
Auto Trait Implementations§
impl Freeze for RelaySessionMint
impl RefUnwindSafe for RelaySessionMint
impl Send for RelaySessionMint
impl Sync for RelaySessionMint
impl Unpin for RelaySessionMint
impl UnsafeUnpin for RelaySessionMint
impl UnwindSafe for RelaySessionMint
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more