pub struct KeyOptions {
pub title: String,
pub key: String,
pub read_only: bool,
}Fields§
§title: String§key: String§read_only: boolTrait Implementations§
Source§impl Debug for KeyOptions
impl Debug for KeyOptions
Auto Trait Implementations§
impl Freeze for KeyOptions
impl RefUnwindSafe for KeyOptions
impl Send for KeyOptions
impl Sync for KeyOptions
impl Unpin for KeyOptions
impl UnwindSafe for KeyOptions
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