pub struct AtomWorkspace {
pub title: String,
pub collections: Vec<AtomCollection>,
}
Expand description
Represents an <atom:workspace>
tag
Fields§
§title: String
§collections: Vec<AtomCollection>
Trait Implementations§
Source§impl Debug for AtomWorkspace
impl Debug for AtomWorkspace
Source§impl<'de> Deserialize<'de> for AtomWorkspace
impl<'de> Deserialize<'de> for AtomWorkspace
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 FromStr for AtomWorkspace
impl FromStr for AtomWorkspace
Auto Trait Implementations§
impl Freeze for AtomWorkspace
impl RefUnwindSafe for AtomWorkspace
impl Send for AtomWorkspace
impl Sync for AtomWorkspace
impl Unpin for AtomWorkspace
impl UnwindSafe for AtomWorkspace
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