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