pub struct PriorityHandler { /* private fields */ }
Implementations§
Source§impl PriorityHandler
impl PriorityHandler
pub fn new(client: FilesClient) -> Self
pub async fn list(&self, path: &str) -> Result<Vec<PriorityEntity>>
Auto Trait Implementations§
impl Freeze for PriorityHandler
impl !RefUnwindSafe for PriorityHandler
impl Send for PriorityHandler
impl Sync for PriorityHandler
impl Unpin for PriorityHandler
impl !UnwindSafe for PriorityHandler
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