pub enum OwnedLocalEntity {
Host(u16),
Remote(u16),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for OwnedLocalEntity
impl Clone for OwnedLocalEntity
Source§fn clone(&self) -> OwnedLocalEntity
fn clone(&self) -> OwnedLocalEntity
Returns a duplicate of the value. Read more
1.0.0 · 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 OwnedLocalEntity
impl Debug for OwnedLocalEntity
Source§impl PartialEq for OwnedLocalEntity
impl PartialEq for OwnedLocalEntity
impl Copy for OwnedLocalEntity
impl Eq for OwnedLocalEntity
impl StructuralPartialEq for OwnedLocalEntity
Auto Trait Implementations§
impl Freeze for OwnedLocalEntity
impl RefUnwindSafe for OwnedLocalEntity
impl Send for OwnedLocalEntity
impl Sync for OwnedLocalEntity
impl Unpin for OwnedLocalEntity
impl UnwindSafe for OwnedLocalEntity
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