pub enum GetFrameOwnerMethod {
GetFrameOwner,
}Variants§
GetFrameOwner
Trait Implementations§
Source§impl Clone for GetFrameOwnerMethod
impl Clone for GetFrameOwnerMethod
Source§fn clone(&self) -> GetFrameOwnerMethod
fn clone(&self) -> GetFrameOwnerMethod
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 GetFrameOwnerMethod
impl Debug for GetFrameOwnerMethod
Source§impl<'de> Deserialize<'de> for GetFrameOwnerMethod
impl<'de> Deserialize<'de> for GetFrameOwnerMethod
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 GetFrameOwnerMethod
impl PartialEq for GetFrameOwnerMethod
Source§impl Serialize for GetFrameOwnerMethod
impl Serialize for GetFrameOwnerMethod
impl StructuralPartialEq for GetFrameOwnerMethod
Auto Trait Implementations§
impl Freeze for GetFrameOwnerMethod
impl RefUnwindSafe for GetFrameOwnerMethod
impl Send for GetFrameOwnerMethod
impl Sync for GetFrameOwnerMethod
impl Unpin for GetFrameOwnerMethod
impl UnsafeUnpin for GetFrameOwnerMethod
impl UnwindSafe for GetFrameOwnerMethod
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