pub struct GetProjectSnapshotsRequest {
pub base_url: String,
pub workspace_id: String,
pub offset: String,
pub limit: String,
}
Fields§
§base_url: String
§workspace_id: String
§offset: String
§limit: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetProjectSnapshotsRequest
impl RefUnwindSafe for GetProjectSnapshotsRequest
impl Send for GetProjectSnapshotsRequest
impl Sync for GetProjectSnapshotsRequest
impl Unpin for GetProjectSnapshotsRequest
impl UnwindSafe for GetProjectSnapshotsRequest
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