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