pub struct InspectArchiveTransportRequest {
pub bucket: String,
pub object: String,
pub public_key_pem: String,
pub max_bytes: usize,
pub timeout: Duration,
}Expand description
Sanitized transport request. It intentionally has no Debug implementation.
Fields§
§bucket: String§object: String§public_key_pem: String§max_bytes: usize§timeout: DurationAuto Trait Implementations§
impl Freeze for InspectArchiveTransportRequest
impl RefUnwindSafe for InspectArchiveTransportRequest
impl Send for InspectArchiveTransportRequest
impl Sync for InspectArchiveTransportRequest
impl Unpin for InspectArchiveTransportRequest
impl UnsafeUnpin for InspectArchiveTransportRequest
impl UnwindSafe for InspectArchiveTransportRequest
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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