Struct btfproto::msg::WriteMetaReply
source · pub struct WriteMetaReply {
pub attrs: BlockMetaSecrets,
pub valid_for: Duration,
}
Expand description
A reply containing the newly written file metadata.
Fields§
§attrs: BlockMetaSecrets
§valid_for: Duration
Trait Implementations§
source§impl<'de> Deserialize<'de> for WriteMetaReply
impl<'de> Deserialize<'de> for WriteMetaReply
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 WriteMetaReply
impl Send for WriteMetaReply
impl Sync for WriteMetaReply
impl Unpin for WriteMetaReply
impl UnwindSafe for WriteMetaReply
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