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 · 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
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 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