pub struct SecurityUtil;
Expand description
Security Utils.
Implementations§
Source§impl SecurityUtil
impl SecurityUtil
Sourcepub fn build_token_service(addr: &SocketAddr) -> Text
pub fn build_token_service(addr: &SocketAddr) -> Text
Construct the service key for a token
Auto Trait Implementations§
impl Freeze for SecurityUtil
impl RefUnwindSafe for SecurityUtil
impl Send for SecurityUtil
impl Sync for SecurityUtil
impl Unpin for SecurityUtil
impl UnwindSafe for SecurityUtil
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