Struct dfir_toolkit::registry::types::RegistryString
source · pub struct RegistryString(_);Trait Implementations§
source§impl AsRef<str> for RegistryString
impl AsRef<str> for RegistryString
source§impl BinRead for RegistryString
impl BinRead for RegistryString
§type Args = usize
type Args = usize
The type of arguments needed to be supplied in order to read this type, usually a tuple. Read more
source§fn read_options<R: Read + Seek>(
reader: &mut R,
_options: &ReadOptions,
args: Self::Args
) -> BinResult<Self>
fn read_options<R: Read + Seek>( reader: &mut R, _options: &ReadOptions, args: Self::Args ) -> BinResult<Self>
Read the type from the reader
source§fn read<R>(reader: &mut R) -> Result<Self, Error>where
R: Read + Seek,
fn read<R>(reader: &mut R) -> Result<Self, Error>where R: Read + Seek,
Read the type from the reader while assuming no arguments have been passed Read more
source§fn read_args<R>(reader: &mut R, args: Self::Args) -> Result<Self, Error>where
R: Read + Seek,
fn read_args<R>(reader: &mut R, args: Self::Args) -> Result<Self, Error>where R: Read + Seek,
Read the type from the reader using the specified arguments
fn after_parse<R>( &mut self, _: &mut R, _: &ReadOptions, _: Self::Args ) -> Result<(), Error>where R: Read + Seek,
source§impl From<RegistryString> for String
impl From<RegistryString> for String
source§fn from(value: RegistryString) -> Self
fn from(value: RegistryString) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for RegistryString
impl Send for RegistryString
impl Sync for RegistryString
impl Unpin for RegistryString
impl UnwindSafe for RegistryString
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<I> IntoResettable<String> for Iwhere
I: Into<String>,
impl<I> IntoResettable<String> for Iwhere I: Into<String>,
§fn into_resettable(self) -> Resettable<String>
fn into_resettable(self) -> Resettable<String>
Convert to the intended resettable type