pub struct AttachmentLoadOp(/* private fields */);Expand description
Implementations§
Source§impl AttachmentLoadOp
impl AttachmentLoadOp
pub const LOAD: AttachmentLoadOp
pub const CLEAR: AttachmentLoadOp
pub const DONT_CARE: AttachmentLoadOp
pub const NONE: AttachmentLoadOp
pub const fn from_raw(value: i32) -> AttachmentLoadOp
pub const fn as_raw(self) -> i32
Trait Implementations§
Source§impl Clone for AttachmentLoadOp
impl Clone for AttachmentLoadOp
Source§fn clone(&self) -> AttachmentLoadOp
fn clone(&self) -> AttachmentLoadOp
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 AttachmentLoadOp
impl Debug for AttachmentLoadOp
Source§impl Default for AttachmentLoadOp
impl Default for AttachmentLoadOp
Source§fn default() -> AttachmentLoadOp
fn default() -> AttachmentLoadOp
Returns the “default value” for a type. Read more
Source§impl Display for AttachmentLoadOp
impl Display for AttachmentLoadOp
Source§impl Error for AttachmentLoadOp
impl Error for AttachmentLoadOp
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl Hash for AttachmentLoadOp
impl Hash for AttachmentLoadOp
Source§impl Ord for AttachmentLoadOp
impl Ord for AttachmentLoadOp
Source§fn cmp(&self, other: &AttachmentLoadOp) -> Ordering
fn cmp(&self, other: &AttachmentLoadOp) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AttachmentLoadOp
impl PartialEq for AttachmentLoadOp
Source§impl PartialOrd for AttachmentLoadOp
impl PartialOrd for AttachmentLoadOp
impl Copy for AttachmentLoadOp
impl Eq for AttachmentLoadOp
impl StructuralPartialEq for AttachmentLoadOp
Auto Trait Implementations§
impl Freeze for AttachmentLoadOp
impl RefUnwindSafe for AttachmentLoadOp
impl Send for AttachmentLoadOp
impl Sync for AttachmentLoadOp
impl Unpin for AttachmentLoadOp
impl UnsafeUnpin for AttachmentLoadOp
impl UnwindSafe for AttachmentLoadOp
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