Enum s2n_netbench::connection::Owner
source · pub enum Owner {
Local,
Remote,
}Variants§
Trait Implementations§
source§impl PartialEq for Owner
impl PartialEq for Owner
impl Copy for Owner
impl Eq for Owner
impl StructuralEq for Owner
impl StructuralPartialEq for Owner
Auto Trait Implementations§
impl RefUnwindSafe for Owner
impl Send for Owner
impl Sync for Owner
impl Unpin for Owner
impl UnwindSafe for Owner
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