pub struct DeviceBoundSessionKeyBuilder { /* private fields */ }Implementations§
Source§impl DeviceBoundSessionKeyBuilder
impl DeviceBoundSessionKeyBuilder
pub fn site(self, site: impl Into<String>) -> DeviceBoundSessionKeyBuilder
pub fn id(self, id: impl Into<String>) -> DeviceBoundSessionKeyBuilder
pub fn build(self) -> Result<DeviceBoundSessionKey, String>
Trait Implementations§
Source§impl Clone for DeviceBoundSessionKeyBuilder
impl Clone for DeviceBoundSessionKeyBuilder
Source§fn clone(&self) -> DeviceBoundSessionKeyBuilder
fn clone(&self) -> DeviceBoundSessionKeyBuilder
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 Default for DeviceBoundSessionKeyBuilder
impl Default for DeviceBoundSessionKeyBuilder
Source§fn default() -> DeviceBoundSessionKeyBuilder
fn default() -> DeviceBoundSessionKeyBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeviceBoundSessionKeyBuilder
impl RefUnwindSafe for DeviceBoundSessionKeyBuilder
impl Send for DeviceBoundSessionKeyBuilder
impl Sync for DeviceBoundSessionKeyBuilder
impl Unpin for DeviceBoundSessionKeyBuilder
impl UnsafeUnpin for DeviceBoundSessionKeyBuilder
impl UnwindSafe for DeviceBoundSessionKeyBuilder
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