pub struct ApiBranch<Rp: RoutableProtocol + 'static> { /* private fields */ }Trait Implementations§
Source§impl<Rp: RoutableProtocol> KeyFactory<&'static str> for ApiBranch<Rp>
impl<Rp: RoutableProtocol> KeyFactory<&'static str> for ApiBranch<Rp>
Source§impl<Rp: RoutableProtocol> PartialEq for ApiBranch<Rp>
impl<Rp: RoutableProtocol> PartialEq for ApiBranch<Rp>
Auto Trait Implementations§
impl<Rp> Freeze for ApiBranch<Rp>
impl<Rp> !RefUnwindSafe for ApiBranch<Rp>
impl<Rp> Send for ApiBranch<Rp>
impl<Rp> Sync for ApiBranch<Rp>
impl<Rp> Unpin for ApiBranch<Rp>
impl<Rp> !UnwindSafe for ApiBranch<Rp>
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