pub struct Attachments {
pub members: bool,
pub watchers: bool,
pub ancestors: bool,
}
Fields§
§members: bool
§watchers: bool
§ancestors: bool
Trait Implementations§
Source§impl Debug for Attachments
impl Debug for Attachments
Source§impl Default for Attachments
impl Default for Attachments
Source§fn default() -> Attachments
fn default() -> Attachments
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Attachments
impl RefUnwindSafe for Attachments
impl Send for Attachments
impl Sync for Attachments
impl Unpin for Attachments
impl UnwindSafe for Attachments
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