Struct bundlrs::ssm::SSMProgram
source · pub struct SSMProgram {
pub viewport_restriction: String,
pub uses: Vec<SSMUseBlock>,
pub members: Vec<SSMMemberBlock>,
pub sets: Vec<SSMSetBlock>,
pub errors: Vec<SSMError>,
}
Fields§
§viewport_restriction: String
§uses: Vec<SSMUseBlock>
§members: Vec<SSMMemberBlock>
§sets: Vec<SSMSetBlock>
§errors: Vec<SSMError>
Trait Implementations§
source§impl Clone for SSMProgram
impl Clone for SSMProgram
source§fn clone(&self) -> SSMProgram
fn clone(&self) -> SSMProgram
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 moreAuto Trait Implementations§
impl RefUnwindSafe for SSMProgram
impl Send for SSMProgram
impl Sync for SSMProgram
impl Unpin for SSMProgram
impl UnwindSafe for SSMProgram
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