pub struct FolderGet {
pub accessibility: Option<String>,
pub json: Option<bool>,
pub name: String,
pub token: Option<String>,
pub type: Option<String>,
pub uid_token: Option<String>,
}Expand description
FolderGet : folderGet is a command that get folder
Fields§
§accessibility: Option<String>for personal password manager
json: Option<bool>Set output format to JSON
name: StringFolder name
token: Option<String>Authentication token (see /auth and /configure)
type: Option<String>§uid_token: Option<String>The universal identity token, Required only for universal_identity authentication
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FolderGet
impl<'de> Deserialize<'de> for FolderGet
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
impl StructuralPartialEq for FolderGet
Auto Trait Implementations§
impl Freeze for FolderGet
impl RefUnwindSafe for FolderGet
impl Send for FolderGet
impl Sync for FolderGet
impl Unpin for FolderGet
impl UnsafeUnpin for FolderGet
impl UnwindSafe for FolderGet
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