pub enum RcsEngineRegistrationState {
NONE,
AUTHENTICATED(String),
MAINTAINED(String),
}
Variants§
Auto Trait Implementations§
impl Freeze for RcsEngineRegistrationState
impl RefUnwindSafe for RcsEngineRegistrationState
impl Send for RcsEngineRegistrationState
impl Sync for RcsEngineRegistrationState
impl Unpin for RcsEngineRegistrationState
impl UnwindSafe for RcsEngineRegistrationState
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