pub struct APIEncoding(pub &'static str);Expand description
API string encoding switch. https://www.ibm.com/docs/en/icos/22.1.1?topic=parameters-api-string-encoding-switch
Tuple Fields§
§0: &'static strTrait Implementations§
Source§impl Clone for APIEncoding
impl Clone for APIEncoding
Source§fn clone(&self) -> APIEncoding
fn clone(&self) -> APIEncoding
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 APIEncoding
impl Debug for APIEncoding
Source§impl Parameter for APIEncoding
impl Parameter for APIEncoding
impl Copy for APIEncoding
Auto Trait Implementations§
impl Freeze for APIEncoding
impl RefUnwindSafe for APIEncoding
impl Send for APIEncoding
impl Sync for APIEncoding
impl Unpin for APIEncoding
impl UnwindSafe for APIEncoding
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