pub struct Collection {
pub href: String,
pub display_name: String,
pub children: Vec<Resource>,
}๐Deprecated
Fieldsยง
ยงhref: String๐Deprecated
ยงdisplay_name: String๐Deprecated
ยงchildren: Vec<Resource>๐Deprecated
Trait Implementationsยง
Sourceยงimpl Debug for Collection
impl Debug for Collection
Sourceยงimpl Default for Collection
impl Default for Collection
Sourceยงfn default() -> Collection
fn default() -> Collection
Returns the โdefault valueโ for a type. Read more
Sourceยงimpl From<MultiStatus> for Collection
impl From<MultiStatus> for Collection
Sourceยงfn from(value: MultiStatus) -> Self
fn from(value: MultiStatus) -> Self
Converts to this type from the input type.
Auto Trait Implementationsยง
impl Freeze for Collection
impl RefUnwindSafe for Collection
impl Send for Collection
impl Sync for Collection
impl Unpin for Collection
impl UnwindSafe for Collection
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