Struct alljoyn_credentials
#[repr(transparent)]pub struct alljoyn_credentials(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
§impl Clone for alljoyn_credentials
impl Clone for alljoyn_credentials
§fn clone(&self) -> alljoyn_credentials
fn clone(&self) -> alljoyn_credentials
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 alljoyn_credentials
impl Debug for alljoyn_credentials
§impl Default for alljoyn_credentials
impl Default for alljoyn_credentials
§fn default() -> alljoyn_credentials
fn default() -> alljoyn_credentials
Returns the “default value” for a type. Read more
§impl PartialEq for alljoyn_credentials
impl PartialEq for alljoyn_credentials
impl Copy for alljoyn_credentials
impl Eq for alljoyn_credentials
impl StructuralPartialEq for alljoyn_credentials
Auto Trait Implementations§
impl Freeze for alljoyn_credentials
impl RefUnwindSafe for alljoyn_credentials
impl Send for alljoyn_credentials
impl Sync for alljoyn_credentials
impl Unpin for alljoyn_credentials
impl UnwindSafe for alljoyn_credentials
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