pub struct Users {}
Expand description
users function handling
Implementations
sourceimpl Users
impl Users
sourcepub fn cli(command: &str)
pub fn cli(command: &str)
CLI command interpretation
The CLI commands of users are processed here
sourcefn request_user_list()
fn request_user_list()
create rpc request for user list
fn request_online_user_list()
sourcefn send_user_secure_number(user_id_base58: &str)
fn send_user_secure_number(user_id_base58: &str)
create rpc user security number message
sourcefn send_user_update(user_id_base58: &str, verified: bool, blocked: bool)
fn send_user_update(user_id_base58: &str, verified: bool, blocked: bool)
create rpc user update message
Auto Trait Implementations
impl RefUnwindSafe for Users
impl Send for Users
impl Sync for Users
impl Unpin for Users
impl UnwindSafe for Users
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more