pub struct UREncodeResult {
pub is_multi_part: bool,
pub data: String,
pub encoder: Option<KeystoneUREncoder>,
}Fields§
§is_multi_part: bool§data: String§encoder: Option<KeystoneUREncoder>Trait Implementations§
Auto Trait Implementations§
impl Freeze for UREncodeResult
impl RefUnwindSafe for UREncodeResult
impl Send for UREncodeResult
impl Sync for UREncodeResult
impl Unpin for UREncodeResult
impl UnsafeUnpin for UREncodeResult
impl UnwindSafe for UREncodeResult
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