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 Freeze for Client
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