Struct noosphere_cli::native::workspace::ContentChanges
source · pub struct ContentChanges {
pub new: BTreeMap<String, Option<ContentType>>,
pub updated: BTreeMap<String, Option<ContentType>>,
pub removed: BTreeMap<String, Option<ContentType>>,
pub unchanged: BTreeSet<String>,
}Fields
new: BTreeMap<String, Option<ContentType>>updated: BTreeMap<String, Option<ContentType>>removed: BTreeMap<String, Option<ContentType>>unchanged: BTreeSet<String>Implementations
sourceimpl ContentChanges
impl ContentChanges
Trait Implementations
sourceimpl Default for ContentChanges
impl Default for ContentChanges
sourcefn default() -> ContentChanges
fn default() -> ContentChanges
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ContentChanges
impl Send for ContentChanges
impl Sync for ContentChanges
impl Unpin for ContentChanges
impl UnwindSafe for ContentChanges
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more