pub struct SftpActionLogHandler { /* private fields */ }
Implementations§
Source§impl SftpActionLogHandler
impl SftpActionLogHandler
pub fn new(client: FilesClient) -> Self
pub async fn list( &self, cursor: Option<String>, per_page: Option<i64>, ) -> Result<(Vec<SftpActionLogEntity>, PaginationInfo)>
Trait Implementations§
Source§impl Clone for SftpActionLogHandler
impl Clone for SftpActionLogHandler
Source§fn clone(&self) -> SftpActionLogHandler
fn clone(&self) -> SftpActionLogHandler
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 moreAuto Trait Implementations§
impl Freeze for SftpActionLogHandler
impl !RefUnwindSafe for SftpActionLogHandler
impl Send for SftpActionLogHandler
impl Sync for SftpActionLogHandler
impl Unpin for SftpActionLogHandler
impl !UnwindSafe for SftpActionLogHandler
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