Struct RelaySessionMint
pub struct RelaySessionMint { /* private fields */ }Implementations§
§impl RelaySessionMint
impl RelaySessionMint
pub fn new() -> RelaySessionMint
pub fn mint(&self) -> RelaySessionId
Trait Implementations§
§impl Clone for RelaySessionMint
impl Clone for RelaySessionMint
§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 more§impl Debug for RelaySessionMint
impl Debug for RelaySessionMint
§impl Default for RelaySessionMint
impl Default for RelaySessionMint
§fn default() -> RelaySessionMint
fn default() -> RelaySessionMint
Returns the “default value” for a type. Read more
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