Struct language2::BracketPairConfig
source · pub struct BracketPairConfig {
pub pairs: Vec<BracketPair>,
pub disabled_scopes_by_bracket_ix: Vec<Vec<String>>,
}
Fields§
§pairs: Vec<BracketPair>
§disabled_scopes_by_bracket_ix: Vec<Vec<String>>
Trait Implementations§
source§impl Clone for BracketPairConfig
impl Clone for BracketPairConfig
source§fn clone(&self) -> BracketPairConfig
fn clone(&self) -> BracketPairConfig
Returns a copy 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 BracketPairConfig
impl Debug for BracketPairConfig
source§impl Default for BracketPairConfig
impl Default for BracketPairConfig
source§fn default() -> BracketPairConfig
fn default() -> BracketPairConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BracketPairConfig
impl<'de> Deserialize<'de> for BracketPairConfig
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
Auto Trait Implementations§
impl RefUnwindSafe for BracketPairConfig
impl Send for BracketPairConfig
impl Sync for BracketPairConfig
impl Unpin for BracketPairConfig
impl UnwindSafe for BracketPairConfig
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