pub struct BridgeIface(/* private fields */);Expand description
A validated bridge interface name (e.g. bridge100).
Guarantees: matches ^bridge[0-9]+$ with a number that fits in u32.
Implementations§
Trait Implementations§
Source§impl Clone for BridgeIface
impl Clone for BridgeIface
Source§fn clone(&self) -> BridgeIface
fn clone(&self) -> BridgeIface
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 BridgeIface
impl Debug for BridgeIface
Source§impl Display for BridgeIface
impl Display for BridgeIface
impl Eq for BridgeIface
Source§impl FromStr for BridgeIface
impl FromStr for BridgeIface
Source§impl PartialEq for BridgeIface
impl PartialEq for BridgeIface
impl StructuralPartialEq for BridgeIface
Auto Trait Implementations§
impl Freeze for BridgeIface
impl RefUnwindSafe for BridgeIface
impl Send for BridgeIface
impl Sync for BridgeIface
impl Unpin for BridgeIface
impl UnsafeUnpin for BridgeIface
impl UnwindSafe for BridgeIface
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