pub struct Client { /* private fields */ }
Implementations§
source§impl Client
impl Client
pub fn add_listener_local(&self) -> ClientListenerLocalBuilder<'_>
pub fn error(&self, id: u32, res: i32, message: &str)
pub fn error_cstr(&self, id: u32, res: i32, message: &CStr)
pub fn update_properties(&self, properties: &DictRef)
pub fn get_permissions(&self, index: u32, num: u32)
pub fn update_permissions(&self, permissions: &[Permission])
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Client
impl !Send for Client
impl !Sync for Client
impl Unpin for Client
impl UnwindSafe for Client
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