pub struct GlobalAttachment {
pub name: String,
pub source: String,
pub content_type: String,
}Fields§
§name: String§source: String§content_type: StringTrait Implementations§
Source§impl Clone for GlobalAttachment
impl Clone for GlobalAttachment
Source§fn clone(&self) -> GlobalAttachment
fn clone(&self) -> GlobalAttachment
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 GlobalAttachment
impl Debug for GlobalAttachment
Auto Trait Implementations§
impl Freeze for GlobalAttachment
impl RefUnwindSafe for GlobalAttachment
impl Send for GlobalAttachment
impl Sync for GlobalAttachment
impl Unpin for GlobalAttachment
impl UnsafeUnpin for GlobalAttachment
impl UnwindSafe for GlobalAttachment
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