pub struct OutputDataInner {
pub file: Utf8PathBuf,
pub kind: Kind,
pub raw: String,
}Fields§
§file: Utf8PathBuf§kind: Kind§raw: StringTrait Implementations§
Source§impl<'__de, __A> Decode<'__de, Binary, __A> for OutputDataInnerwhere
__A: Allocator,
impl<'__de, __A> Decode<'__de, Binary, __A> for OutputDataInnerwhere
__A: Allocator,
Source§const IS_BITWISE_DECODE: bool = false
const IS_BITWISE_DECODE: bool = false
Whether the type is packed. Packed types can be bitwise copied if the
representation of the serialization format is identical to the memory
layout of the type. Read more
Source§impl<'__de, __A> Decode<'__de, Text, __A> for OutputDataInnerwhere
__A: Allocator,
impl<'__de, __A> Decode<'__de, Text, __A> for OutputDataInnerwhere
__A: Allocator,
Source§const IS_BITWISE_DECODE: bool = false
const IS_BITWISE_DECODE: bool = false
Whether the type is packed. Packed types can be bitwise copied if the
representation of the serialization format is identical to the memory
layout of the type. Read more
Source§impl Encode<Binary> for OutputDataInner
impl Encode<Binary> for OutputDataInner
Source§const IS_BITWISE_ENCODE: bool = false
const IS_BITWISE_ENCODE: bool = false
Whether the type is packed. Packed types can be bitwise copied if the
representation of the serialization format is identical to the memory
layout of the type. Read more
Source§type Encode = OutputDataInner
type Encode = OutputDataInner
The underlying type being encoded. Read more
Source§impl Encode<Text> for OutputDataInner
impl Encode<Text> for OutputDataInner
Source§const IS_BITWISE_ENCODE: bool = false
const IS_BITWISE_ENCODE: bool = false
Whether the type is packed. Packed types can be bitwise copied if the
representation of the serialization format is identical to the memory
layout of the type. Read more
Source§type Encode = OutputDataInner
type Encode = OutputDataInner
The underlying type being encoded. Read more
Auto Trait Implementations§
impl Freeze for OutputDataInner
impl RefUnwindSafe for OutputDataInner
impl Send for OutputDataInner
impl Sync for OutputDataInner
impl Unpin for OutputDataInner
impl UnwindSafe for OutputDataInner
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