pub struct KeyMethodNeedsToBeSet;Expand description
Placeholder struct for KeyBuilder indicating that method needs to be set.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyMethodNeedsToBeSet
impl RefUnwindSafe for KeyMethodNeedsToBeSet
impl Send for KeyMethodNeedsToBeSet
impl Sync for KeyMethodNeedsToBeSet
impl Unpin for KeyMethodNeedsToBeSet
impl UnsafeUnpin for KeyMethodNeedsToBeSet
impl UnwindSafe for KeyMethodNeedsToBeSet
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