pub struct Protect {
pub password: String,
}
Fields§
§password: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Protect
impl<'de> Deserialize<'de> for Protect
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Protect
impl Ord for Protect
Source§impl PartialOrd for Protect
impl PartialOrd for Protect
impl Eq for Protect
impl StructuralPartialEq for Protect
Auto Trait Implementations§
impl Freeze for Protect
impl RefUnwindSafe for Protect
impl Send for Protect
impl Sync for Protect
impl Unpin for Protect
impl UnwindSafe for Protect
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