pub struct FolderListing { /* private fields */ }
Expand description
FolderListing struct represents the list of the objects in the current folder. See OBEX v1.4 section 9.1.4 for XML Document Definition for OBEX folder listing. Version field is not stated explicitly since we only support version 1.0.
Trait Implementations§
Source§impl Builder for FolderListing
impl Builder for FolderListing
Source§impl Clone for FolderListing
impl Clone for FolderListing
Source§fn clone(&self) -> FolderListing
fn clone(&self) -> FolderListing
Returns a copy 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 FolderListing
impl Debug for FolderListing
Source§impl Parser for FolderListing
impl Parser for FolderListing
Source§impl PartialEq for FolderListing
impl PartialEq for FolderListing
impl StructuralPartialEq for FolderListing
Auto Trait Implementations§
impl Freeze for FolderListing
impl RefUnwindSafe for FolderListing
impl Send for FolderListing
impl Sync for FolderListing
impl Unpin for FolderListing
impl UnwindSafe for FolderListing
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)