pub struct AddKeyRequest {
pub key: String,
pub source_text: String,
pub comment: Option<String>,
}Expand description
Request to add a single key to an XcStringsFile.
Fields§
§key: String§source_text: String§comment: Option<String>Auto Trait Implementations§
impl Freeze for AddKeyRequest
impl RefUnwindSafe for AddKeyRequest
impl Send for AddKeyRequest
impl Sync for AddKeyRequest
impl Unpin for AddKeyRequest
impl UnsafeUnpin for AddKeyRequest
impl UnwindSafe for AddKeyRequest
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