pub enum ReleaseObjectMethod {
ReleaseObject,
}Variants§
ReleaseObject
Trait Implementations§
Source§impl Clone for ReleaseObjectMethod
impl Clone for ReleaseObjectMethod
Source§fn clone(&self) -> ReleaseObjectMethod
fn clone(&self) -> ReleaseObjectMethod
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 ReleaseObjectMethod
impl Debug for ReleaseObjectMethod
Source§impl<'de> Deserialize<'de> for ReleaseObjectMethod
impl<'de> Deserialize<'de> for ReleaseObjectMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ReleaseObjectMethod
impl PartialEq for ReleaseObjectMethod
Source§impl Serialize for ReleaseObjectMethod
impl Serialize for ReleaseObjectMethod
impl StructuralPartialEq for ReleaseObjectMethod
Auto Trait Implementations§
impl Freeze for ReleaseObjectMethod
impl RefUnwindSafe for ReleaseObjectMethod
impl Send for ReleaseObjectMethod
impl Sync for ReleaseObjectMethod
impl Unpin for ReleaseObjectMethod
impl UnsafeUnpin for ReleaseObjectMethod
impl UnwindSafe for ReleaseObjectMethod
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