pub enum SideTransportProfile {
Canonical,
Template,
Ipv6Like,
Ipv4Like,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SideTransportProfile
impl Clone for SideTransportProfile
Source§fn clone(&self) -> SideTransportProfile
fn clone(&self) -> SideTransportProfile
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 moreimpl Copy for SideTransportProfile
Source§impl Debug for SideTransportProfile
impl Debug for SideTransportProfile
impl Eq for SideTransportProfile
Source§impl PartialEq for SideTransportProfile
impl PartialEq for SideTransportProfile
impl StructuralPartialEq for SideTransportProfile
Auto Trait Implementations§
impl Freeze for SideTransportProfile
impl RefUnwindSafe for SideTransportProfile
impl Send for SideTransportProfile
impl Sync for SideTransportProfile
impl Unpin for SideTransportProfile
impl UnsafeUnpin for SideTransportProfile
impl UnwindSafe for SideTransportProfile
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