[−][src]Struct rfsapi::RawFsApiHeader
Header to specify when doing a request for the Raw Filesystem API, designated by "X-Raw-Filesystem-API".
If RFSAPI is supported, the server should return the header set to true.
Trait Implementations
impl Clone for RawFsApiHeader
[src][+]
impl Copy for RawFsApiHeader
[src]
impl Debug for RawFsApiHeader
[src][+]
impl Display for RawFsApiHeader
[src][+]
impl Eq for RawFsApiHeader
[src]
impl Hash for RawFsApiHeader
[src][+]
impl Header for RawFsApiHeader
[src][+]
impl Ord for RawFsApiHeader
[src][+]
impl PartialEq<RawFsApiHeader> for RawFsApiHeader
[src][+]
impl PartialOrd<RawFsApiHeader> for RawFsApiHeader
[src][+]
impl StructuralEq for RawFsApiHeader
[src]
impl StructuralPartialEq for RawFsApiHeader
[src]
Auto Trait Implementations
impl RefUnwindSafe for RawFsApiHeader
impl Send for RawFsApiHeader
impl Sync for RawFsApiHeader
impl Unpin for RawFsApiHeader
impl UnwindSafe for RawFsApiHeader
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,