pub struct OutboundAuthority(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for OutboundAuthority
impl Clone for OutboundAuthority
Source§fn clone(&self) -> OutboundAuthority
fn clone(&self) -> OutboundAuthority
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 OutboundAuthority
impl Debug for OutboundAuthority
impl Eq for OutboundAuthority
Source§impl PartialEq for OutboundAuthority
impl PartialEq for OutboundAuthority
impl StructuralPartialEq for OutboundAuthority
Auto Trait Implementations§
impl Freeze for OutboundAuthority
impl RefUnwindSafe for OutboundAuthority
impl Send for OutboundAuthority
impl Sync for OutboundAuthority
impl Unpin for OutboundAuthority
impl UnsafeUnpin for OutboundAuthority
impl UnwindSafe for OutboundAuthority
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