Struct GetPropertyType
pub struct GetPropertyType(/* private fields */);
Implementations§
§impl GetPropertyType
impl GetPropertyType
pub const ANY: GetPropertyType = _
Trait Implementations§
§impl Clone for GetPropertyType
impl Clone for GetPropertyType
§fn clone(&self) -> GetPropertyType
fn clone(&self) -> GetPropertyType
Returns a copy 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 more§impl Debug for GetPropertyType
impl Debug for GetPropertyType
§impl Default for GetPropertyType
impl Default for GetPropertyType
§fn default() -> GetPropertyType
fn default() -> GetPropertyType
Returns the “default value” for a type. Read more
§impl From<u8> for GetPropertyType
impl From<u8> for GetPropertyType
§fn from(value: u8) -> GetPropertyType
fn from(value: u8) -> GetPropertyType
Converts to this type from the input type.
§impl Hash for GetPropertyType
impl Hash for GetPropertyType
§impl Ord for GetPropertyType
impl Ord for GetPropertyType
§impl PartialEq for GetPropertyType
impl PartialEq for GetPropertyType
§impl PartialOrd for GetPropertyType
impl PartialOrd for GetPropertyType
impl Copy for GetPropertyType
impl Eq for GetPropertyType
impl StructuralPartialEq for GetPropertyType
Auto Trait Implementations§
impl Freeze for GetPropertyType
impl RefUnwindSafe for GetPropertyType
impl Send for GetPropertyType
impl Sync for GetPropertyType
impl Unpin for GetPropertyType
impl UnwindSafe for GetPropertyType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)