pub struct ListExtensions;Trait Implementations§
Source§impl Clone for ListExtensions
impl Clone for ListExtensions
Source§fn clone(&self) -> ListExtensions
fn clone(&self) -> ListExtensions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ListExtensions
impl Debug for ListExtensions
Source§impl LeBytes for ListExtensions
impl LeBytes for ListExtensions
Source§impl XRequest for ListExtensions
impl XRequest for ListExtensions
type Reply = ListExtensions
fn reply_type() -> Option<ReplyType>
Auto Trait Implementations§
impl Freeze for ListExtensions
impl RefUnwindSafe for ListExtensions
impl Send for ListExtensions
impl Sync for ListExtensions
impl Unpin for ListExtensions
impl UnwindSafe for ListExtensions
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