pub struct PasswordService { /* private fields */ }Expand description
password 资源服务
Implementations§
Trait Implementations§
Source§impl Clone for PasswordService
impl Clone for PasswordService
Source§fn clone(&self) -> PasswordService
fn clone(&self) -> PasswordService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for PasswordService
impl !UnwindSafe for PasswordService
impl Freeze for PasswordService
impl Send for PasswordService
impl Sync for PasswordService
impl Unpin for PasswordService
impl UnsafeUnpin for PasswordService
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