pub struct UnlockManyOptions {
pub break_lock: bool,
}Expand description
Options for crate::RaSvnSession::unlock_many.
Fields§
§break_lock: boolWhether to break locks (force unlock).
Implementations§
Source§impl UnlockManyOptions
impl UnlockManyOptions
Sourcepub fn break_lock(self) -> Self
pub fn break_lock(self) -> Self
Enables breaking locks (force unlock).
Trait Implementations§
Source§impl Clone for UnlockManyOptions
impl Clone for UnlockManyOptions
Source§fn clone(&self) -> UnlockManyOptions
fn clone(&self) -> UnlockManyOptions
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 UnlockManyOptions
impl Debug for UnlockManyOptions
Source§impl Default for UnlockManyOptions
impl Default for UnlockManyOptions
Source§fn default() -> UnlockManyOptions
fn default() -> UnlockManyOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UnlockManyOptions
impl<'de> Deserialize<'de> for UnlockManyOptions
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 PartialEq for UnlockManyOptions
impl PartialEq for UnlockManyOptions
Source§impl Serialize for UnlockManyOptions
impl Serialize for UnlockManyOptions
impl Eq for UnlockManyOptions
impl StructuralPartialEq for UnlockManyOptions
Auto Trait Implementations§
impl Freeze for UnlockManyOptions
impl RefUnwindSafe for UnlockManyOptions
impl Send for UnlockManyOptions
impl Sync for UnlockManyOptions
impl Unpin for UnlockManyOptions
impl UnsafeUnpin for UnlockManyOptions
impl UnwindSafe for UnlockManyOptions
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