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