Struct btfproto::msg::ReadMetaReply
source · pub struct ReadMetaReply {
pub attrs: BlockMetaSecrets,
pub valid_for: Duration,
}
Expand description
A reply containing the metadata of a file.
Fields§
§attrs: BlockMetaSecrets
§valid_for: Duration
Trait Implementations§
source§impl<'de> Deserialize<'de> for ReadMetaReply
impl<'de> Deserialize<'de> for ReadMetaReply
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ReadMetaReply
impl Send for ReadMetaReply
impl Sync for ReadMetaReply
impl Unpin for ReadMetaReply
impl UnwindSafe for ReadMetaReply
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