Enum linux_keyutils::LinkNode
source · [−]Expand description
An item/node linked to a ring. Both keys and other keyrings can be linked to a particular keyring.
Variants
KeyRing(KeyRing)
Key(Key)
Implementations
Trait Implementations
sourceimpl FromIterator<LinkNode> for Links
impl FromIterator<LinkNode> for Links
sourcefn from_iter<T>(iter: T) -> Selfwhere
T: IntoIterator<Item = LinkNode>,
fn from_iter<T>(iter: T) -> Selfwhere
T: IntoIterator<Item = LinkNode>,
Creates a value from an iterator. Read more
impl Copy for LinkNode
impl Eq for LinkNode
impl StructuralEq for LinkNode
impl StructuralPartialEq for LinkNode
Auto Trait Implementations
impl RefUnwindSafe for LinkNode
impl Send for LinkNode
impl Sync for LinkNode
impl Unpin for LinkNode
impl UnwindSafe for LinkNode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more