pub struct ProguardMapping {
pub content: String,
}Fields§
§content: StringTrait Implementations§
Source§impl Clone for ProguardMapping
impl Clone for ProguardMapping
Source§fn clone(&self) -> ProguardMapping
fn clone(&self) -> ProguardMapping
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProguardMapping
impl Debug for ProguardMapping
Source§impl PartialEq for ProguardMapping
impl PartialEq for ProguardMapping
impl Eq for ProguardMapping
impl StructuralPartialEq for ProguardMapping
Auto Trait Implementations§
impl Freeze for ProguardMapping
impl RefUnwindSafe for ProguardMapping
impl Send for ProguardMapping
impl Sync for ProguardMapping
impl Unpin for ProguardMapping
impl UnwindSafe for ProguardMapping
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