pub struct BridgeKey {
pub name: String,
pub key_type: BridgeKeyType,
}Fields§
§name: String§key_type: BridgeKeyTypeImplementations§
Trait Implementations§
impl Eq for BridgeKey
impl StructuralPartialEq for BridgeKey
Auto Trait Implementations§
impl Freeze for BridgeKey
impl RefUnwindSafe for BridgeKey
impl Send for BridgeKey
impl Sync for BridgeKey
impl Unpin for BridgeKey
impl UnsafeUnpin for BridgeKey
impl UnwindSafe for BridgeKey
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