pub struct IosManagedAppRegistration {}Trait Implementations§
Source§impl Clone for IosManagedAppRegistration
impl Clone for IosManagedAppRegistration
Source§fn clone(&self) -> IosManagedAppRegistration
fn clone(&self) -> IosManagedAppRegistration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IosManagedAppRegistration
impl Debug for IosManagedAppRegistration
Source§impl<'de> Deserialize<'de> for IosManagedAppRegistration
impl<'de> Deserialize<'de> for IosManagedAppRegistration
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
impl Eq for IosManagedAppRegistration
Source§impl PartialEq for IosManagedAppRegistration
impl PartialEq for IosManagedAppRegistration
Source§fn eq(&self, other: &IosManagedAppRegistration) -> bool
fn eq(&self, other: &IosManagedAppRegistration) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IosManagedAppRegistration
Auto Trait Implementations§
impl Freeze for IosManagedAppRegistration
impl RefUnwindSafe for IosManagedAppRegistration
impl Send for IosManagedAppRegistration
impl Sync for IosManagedAppRegistration
impl Unpin for IosManagedAppRegistration
impl UnsafeUnpin for IosManagedAppRegistration
impl UnwindSafe for IosManagedAppRegistration
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