pub struct BurnCentralCredentials { /* private fields */ }Expand description
Credentials to connect to the Burn Central server
Implementations§
Trait Implementations§
Source§impl Clone for BurnCentralCredentials
impl Clone for BurnCentralCredentials
Source§fn clone(&self) -> BurnCentralCredentials
fn clone(&self) -> BurnCentralCredentials
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 BurnCentralCredentials
impl Debug for BurnCentralCredentials
Source§impl FromStr for BurnCentralCredentials
impl FromStr for BurnCentralCredentials
Auto Trait Implementations§
impl Freeze for BurnCentralCredentials
impl RefUnwindSafe for BurnCentralCredentials
impl Send for BurnCentralCredentials
impl Sync for BurnCentralCredentials
impl Unpin for BurnCentralCredentials
impl UnsafeUnpin for BurnCentralCredentials
impl UnwindSafe for BurnCentralCredentials
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