pub struct LE {
pub _01: String,
}Expand description
LE - Loop Trailer
Fields§
§_01: StringTrait Implementations§
source§impl<'de> Deserialize<'de> for LE
impl<'de> Deserialize<'de> for LE
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
source§impl<'v_a> ValidateArgs<'v_a> for LE
impl<'v_a> ValidateArgs<'v_a> for LE
type Args = ()
fn validate_args(&self, args: Self::Args) -> Result<(), ValidationErrors>
impl Eq for LE
impl StructuralEq for LE
impl StructuralPartialEq for LE
Auto Trait Implementations§
impl RefUnwindSafe for LE
impl Send for LE
impl Sync for LE
impl Unpin for LE
impl UnwindSafe for LE
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