pub struct ItemLite {
pub website: String,
pub username: String,
pub password: String,
}Fields§
§website: String§username: String§password: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for ItemLite
impl<'de> Deserialize<'de> for ItemLite
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
Auto Trait Implementations§
impl Freeze for ItemLite
impl RefUnwindSafe for ItemLite
impl Send for ItemLite
impl Sync for ItemLite
impl Unpin for ItemLite
impl UnwindSafe for ItemLite
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