pub struct DSM {
pub identity: Identity,
/* private fields */
}Fields§
§identity: IdentityImplementations§
Source§impl DSM
impl DSM
pub fn open_ds(self, identity: Identity) -> Result<OpenDS, TWRC>
pub fn get_default_ds_identity(&self) -> Result<Identity, TWRC>
pub fn get_first_ds_identity(&self) -> Result<Identity, TWRC>
pub fn get_next_ds_identity(&self) -> Result<Identity, TWRC>
pub fn open_select_ds(&self) -> Result<Identity, TWRC>
pub fn get_entrypoint(&self) -> EntryPoint
Auto Trait Implementations§
impl Freeze for DSM
impl RefUnwindSafe for DSM
impl Send for DSM
impl Sync for DSM
impl Unpin for DSM
impl UnwindSafe for DSM
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