pub struct FolderPath {
pub id: String,
pub name: String,
pub icon: Option<String>,
pub color: Option<String>,
pub parent_id: Option<String>,
pub client_id: String,
}Fieldsยง
ยงid: Stringยงname: Stringยงicon: Option<String>ยงcolor: Option<String>ยงparent_id: Option<String>ยงclient_id: StringTrait Implementationsยง
Sourceยงimpl Clone for FolderPath
impl Clone for FolderPath
Sourceยงfn clone(&self) -> FolderPath
fn clone(&self) -> FolderPath
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSourceยงimpl Debug for FolderPath
impl Debug for FolderPath
Sourceยงimpl<'de> Deserialize<'de> for FolderPath
impl<'de> Deserialize<'de> for FolderPath
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 PartialEq for FolderPath
impl PartialEq for FolderPath
Sourceยงimpl Serialize for FolderPath
impl Serialize for FolderPath
impl Eq for FolderPath
impl StructuralPartialEq for FolderPath
Auto Trait Implementationsยง
impl Freeze for FolderPath
impl RefUnwindSafe for FolderPath
impl Send for FolderPath
impl Sync for FolderPath
impl Unpin for FolderPath
impl UnsafeUnpin for FolderPath
impl UnwindSafe for FolderPath
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
Sourceยงimpl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Sourceยงimpl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Sourceยงimpl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Sourceยงfn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.