pub struct OpenAttachmentSourcePolicy;Trait Implementations§
Source§impl Debug for OpenAttachmentSourcePolicy
impl Debug for OpenAttachmentSourcePolicy
Source§impl Default for OpenAttachmentSourcePolicy
impl Default for OpenAttachmentSourcePolicy
Source§fn default() -> OpenAttachmentSourcePolicy
fn default() -> OpenAttachmentSourcePolicy
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OpenAttachmentSourcePolicy
impl RefUnwindSafe for OpenAttachmentSourcePolicy
impl Send for OpenAttachmentSourcePolicy
impl Sync for OpenAttachmentSourcePolicy
impl Unpin for OpenAttachmentSourcePolicy
impl UnsafeUnpin for OpenAttachmentSourcePolicy
impl UnwindSafe for OpenAttachmentSourcePolicy
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